02-analisis
knitr::opts_chunk$set(
echo = FALSE,
results = "asis",
message = FALSE,
warning = FALSE,
fig.height = 18,
fig.width = 11,
cache = TRUE
)
options(scipen=9999) # desactivar notacion cientifica
remove(list = ls()) #limpieza del entorno de trabajo